Software:Apache Kylin
Developer(s) | Apache Kylin Committee |
---|---|
Initial release | June 10, 2015[1] |
Stable release | |
Repository | Kylin Repository |
Written in | Java |
License | Apache License 2.0 |
Website | kylin |
Apache Kylin is an open source distributed analytics engine designed to provide a SQL interface and multi-dimensional analysis (OLAP) on Hadoop and Alluxio supporting extremely large datasets.
It was originally developed by eBay, and is now a project of the Apache Software Foundation.[3]
History
The Kylin project was started in 2013, in eBay's R&D in Shanghai, China. In Oct 2014, Kylin v0.6 was open sourced on github.com with the name "KylinOLAP".[4]
In November 2014, Kylin joined Apache Software Foundation incubator.
In December 2015, Apache Kylin graduated to be a Top Level Project.[3]
In March 2016, Kyligence, Inc. was founded by the creators of Apache Kylin.[5][6] Kyligence provides a commercial analytics platform based on Apache Kylin for on-premise and cloud-based datasets.[7]
Architecture
Apache Kylin is built on top of Apache Hadoop, Apache Hive, Apache HBase, Apache Parquet, Apache Calcite, Apache Spark and other technologies.[8] These technologies enable Kylin to easily scale to support massive data loads.[9]
Kylin has the following core components:[10][8]
- REST Server: Receive and response user or API requests
- Metadata: Persistent and manage system, especially the cube metadata;
- Query Engine: Parse SQL queries to execution plan, and then talk with storage engine;
- Storage Engine: Pushdown and scan underlying cube storage (default in HBase);
- Job Engine: Generate and execute MapReduce or Spark job to build source data into cube;
Users
Apache Kylin has been adopted by many companies as their OLAP platform in production. Typical users includes eBay, Meituan, XiaoMi, NetEase, Beike, Yahoo! Japan.
Roadmap
Apache Kylin roadmap (from Kylin website[11]):
- Hadoop 3.0 support (Erasure Coding) - completed (v2.5)
- Fully on Spark Cube engine - completed (v2.5)
- Connect more data sources (MySQL, Oracle, SparkSQL, etc) - completed (v2.6)
- Real-time analytics with Lambda Architecture - completed (v3.0)
- Cloud-native storage (Parquet) - In progress (v4.0.0-alpha)
- Ad hoc queries without Cubing
References
- ↑ "Previous Release". v0.7.1-incubating (First Apache Release). https://kylin.apache.org/docs/release_notes.html.
- ↑ 2.0 2.1 "Apache Kylin - Release Notes". https://kylin.apache.org/docs/release_notes.html.
- ↑ 3.0 3.1 Apache Software Foundation. "The Apache Software Foundation Announces Apache Kylin as a Top-Level Project", 8 December 2015
- ↑ "Announcing Kylin: Extreme OLAP Engine for Big Data" (in en-US). 2014-10-20. https://www.ebayinc.com/stories/blogs/tech/announcing-kylin-extreme-olap-engine-for-big-data/.
- ↑ "Apache Kylin Through the Eyes of the Founders - Part One" (in en-US). 2020-06-12. https://kyligence.io/blog/apache-kylin-through-the-eyes-of-the-founders-episode-one/.
- ↑ "Big Data Analytics Platform | Learn More About Kyligence" (in en-US). https://kyligence.io/company/.
- ↑ "Big Data Analytics Platform: Apache Kylin vs. Kyligence" (in en-US). https://kyligence.io/comparing-kylin-vs-kyligence/.
- ↑ 8.0 8.1 "Apache Kylin | Analytical Data Warehouse for Big Data". http://kylin.apache.org/.
- ↑ Knorr, Eric (2016-03-07). "What eBay looks like under the hood" (in en). https://www.infoworld.com/article/3041064/what-ebay-looks-like-under-the-hood.html.
- ↑ "Apache Kylin Adds Real-time OLAP". https://www.i-programmer.info/news/197-data-mining/13361-apache-kylin-adds-real-time-olap.html.
- ↑ Kylin, Apache. "Apache Kylin | Development Quick Guide". https://kylin.apache.org/development/.
Original source: https://en.wikipedia.org/wiki/Apache Kylin.
Read more |